home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / intext1a / frmabout.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1999-09-29  |  1.5 KB  |  52 lines

  1. VERSION 5.00
  2. Begin VB.Form frmAbout 
  3.    Caption         =   "Autex. In File Text Searcher"
  4.    ClientHeight    =   2055
  5.    ClientLeft      =   60
  6.    ClientTop       =   345
  7.    ClientWidth     =   5550
  8.    LinkTopic       =   "Form1"
  9.    ScaleHeight     =   2055
  10.    ScaleWidth      =   5550
  11.    StartUpPosition =   2  'CenterScreen
  12.    Begin VB.Line Line4 
  13.       BorderColor     =   &H80000005&
  14.       X1              =   5400
  15.       X2              =   5400
  16.       Y1              =   120
  17.       Y2              =   1920
  18.    End
  19.    Begin VB.Line Line3 
  20.       BorderColor     =   &H80000006&
  21.       X1              =   120
  22.       X2              =   5400
  23.       Y1              =   1920
  24.       Y2              =   1920
  25.    End
  26.    Begin VB.Line Line2 
  27.       BorderColor     =   &H80000006&
  28.       X1              =   120
  29.       X2              =   120
  30.       Y1              =   120
  31.       Y2              =   1920
  32.    End
  33.    Begin VB.Line Line1 
  34.       BorderColor     =   &H80000005&
  35.       X1              =   120
  36.       X2              =   5400
  37.       Y1              =   120
  38.       Y2              =   120
  39.    End
  40.    Begin VB.Image Image1 
  41.       Height          =   1560
  42.       Left            =   360
  43.       Picture         =   "frmAbout.frx":0000
  44.       Top             =   240
  45.       Width           =   4920
  46.    End
  47. Attribute VB_Name = "frmAbout"
  48. Attribute VB_GlobalNameSpace = False
  49. Attribute VB_Creatable = False
  50. Attribute VB_PredeclaredId = True
  51. Attribute VB_Exposed = False
  52.